home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2004 #9
/
Amiga Plus CD - 2004 - No. 09.iso
/
amigaplus
/
tools
/
amigaos4_only
/
mpega_libmad
/
support_pup.h
< prev
next >
Wrap
C/C++ Source or Header
|
2004-08-03
|
322b
|
12 lines
#ifndef SUPPORT_PUP_H
#define SUPPORT_PUP_H
#include "library_base.h"
ULONG InitDispatch(struct PrivateBase *PrivateBase, ULONG MsgType);
void RemoveDispatch(struct PrivateBase *PrivateBase, ULONG MsgType);
ULONG InitSupport(struct PrivateBase *PrivateBase);
void RemoveSupport(struct PrivateBase *PrivateBase);
#endif